Skip to main content

Entities

Entities for the MasterChef V2 subgraph are all listed below.

MasterChef

FieldTypeDescription
idIDchef address
totalAllocPointBigInttotal SUSHI allocation point
pools[Pools]array of pools
poolCountBigIntnumber of pools
timestampBigInttimestamp
blockBigIntblock

Pool

FieldTypeDescription
idIDindex of pool
masterChefMasterChefMasterChef
pairBytespair address
rewarderRewarderrewarder
allocPointBigIntallocation point
lastRewardBlockBigIntlast reward block
accSushiPerShareBigIntaccumulated SUSHI per share
users[User]array of users
userCountBigIntnumber of users
slpBalanceBigDecimalSLP balance
timestampBigInttimestamp
blockBigIntblock

Rewarder

FieldTypeDescription
idIDrewarder address
rewardTokenBytesreward token address
rewardPerSecondBigIntrewards per second
timestampBigInttimestamp
blockBigIntblock

User

FieldTypeDescription
idIDpool ID concatenated with user address
addressBytesuser address
poolPoolpool
amountBigIntamount
rewardDebtBigIntamount of reward debt
sushiHarvestedBigDecimalamount of SUSHI harvested
timestampBigInttimestamp
blockBigIntblock